Replies: 1 comment
-
In Version 13 we automatically infer public class Customer
{
[ID]
public int Id { get; set; }
} {
customers(where: {id: {eq:"Q3VzdG9tZXIKaTE="}}) {
id
}
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
What is a better option in filter id be base64 encoded, or should it be UUID?
Beta Was this translation helpful? Give feedback.
All reactions