Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagegraphql
mutation {  
  createUser(input: { name: "Alice", email: "[alice@example.com](mailto:alice@example.com)" }) {  
    id  
    name  
  }  
}

By understanding these basics, you're better equipped to navigate and comprehend Originate's GraphQL API documentation. As we proceed, you'll notice that the API documentation leverages these concepts to provide a structured and efficient way to interact with Originate's loan management platform.

...